@charset "utf-8";
@import url("bootstrap index.css");

*{
	margin: 0px;
	padding: 0px;
}

body img {
	margin-top: 20px;
	margin-left: 20px;
}

.Redes.sociales {
	width: 10%;
	float: right;
	z-index: 1;
}
.Navegacion {
	background-color: #F1F1F1;
	width: 100%;
	float: left;
	z-index: 1;
}
.Navegacion .nav {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #F1F1F1;
	float: left;
	z-index: 1;
}
.Navegacion .nav:hover {
	background-color: #E5E5E5;
	z-index: 1;
}

.Navegacion .nav >  li {
	width: 10%;
	float: left;
	list-style-image: none;
	list-style-type: none;
	text-align: left;
	margin-left: 70px;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	z-index: 1;
}
.nav li ul {
	width: 190%;
	position: absolute;
	list-style-image: none;
	list-style-type: none;
	display: none;
	opacity: 1;
	z-index: 1;
}
.nav li:hover > ul {
	display: block;
	z-index: 1;
}


li ul li {
	position: relative;
	border: 1px solid #E9E9E9;
	background-color: #F1F1F1;
	display: block;
}


li ul li ul {
	left: 100%;
	top: 0%;
	display: block;
}
#carousel1 {
	background-color: #EFEFEF;
	margin-top: -20px;
	padding-bottom: 20px;
}
.todo .Informacion article {
	text-align: left;
	border-width: 2px;
	border-style: hidden;
	width: 60%;
	clear: none;
	float: left;
	margin-bottom: 39px;
	position: static;
	margin-left: 30px;
	background-color: #E4E4E4;
}
.Informacion article h3 {
	margin-left: 10px;
}

.Informacion article p {
	margin-left: 10px;
}
article p img {
	margin-right: 150px;
}

.todo .Algunos.Productos.y.Servicios {
	border-width: 2px;
	border-style: hidden;
	width: 30%;
	float: right;
	background-color: #E7E7E7;
	margin-top: -185px;
	margin-right: 5px;
}
.Algunos.Productos.y.Servicios h3 {
	margin-left: 10px;
}

.Informacion article p {
	font-size: large;
}

tbody tr td {
	position: relative;
	border-style: hidden;

}

tr td img {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

tr td h4 {
	color: #67B600;
}
.Pie.de.pagina {
	width: 100%;
	float: left;
	margin-top: -60px;
}
.Pie.de.pagina h4 {
	margin-left: 30px;
	float: left;
}
